home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Free CSS Toolbox 1.1 / csstool.exe / {app} / cssdefs / Internet Explorer 7.ini < prev    next >
INI File  |  2007-06-03  |  13KB  |  671 lines

  1. [%info]
  2. CSS Internet Explorer 6 Compatible
  3. Main reference: http://www.blooberry.com/indexdot/css/
  4.  
  5. [%groups]
  6. borders=Borders
  7. colors=Colors and Backgrounds
  8. fonts=Font
  9. page=Printing
  10. table=Tables
  11. text=Text
  12. visual=Visual
  13. scrollbar=Scrollbar
  14. other=Other
  15.  
  16. [%properties]
  17. background
  18. background-attachment
  19. background-color
  20. background-image
  21. background-position
  22. background-position-x
  23. background-position-y
  24. background-repeat
  25. behavior
  26. border
  27. border-bottom
  28. border-bottom-color
  29. border-bottom-style
  30. border-bottom-width
  31. border-collapse
  32. border-color
  33. border-left
  34. border-left-color
  35. border-left-style
  36. border-left-width
  37. border-right
  38. border-right-color
  39. border-right-style
  40. border-right-width
  41. border-style
  42. border-top
  43. border-top-color
  44. border-top-style
  45. border-top-width
  46. border-width
  47. bottom
  48. clear
  49. clip
  50. color
  51. cursor
  52. direction
  53. display
  54. filter
  55. float
  56. font
  57. font-family
  58. font-size
  59. font-style
  60. font-variant
  61. font-weight
  62. height
  63. ime-mode
  64. layout-flow
  65. layout-grid
  66. layout-grid-char
  67. layout-grid-char-spacing
  68. layout-grid-line
  69. layout-grid-mode
  70. layout-grid-type
  71. left
  72. letter-spacing
  73. line-break
  74. line-height
  75. list-style
  76. list-style-image
  77. list-style-position
  78. list-style-type
  79. margin
  80. margin-bottom
  81. margin-left
  82. margin-right
  83. margin-top
  84. max-height
  85. max-width
  86. min-height
  87. min-width
  88. overflow
  89. overflow-x
  90. overflow-y
  91. padding
  92. padding-bottom
  93. padding-left
  94. padding-right
  95. padding-top
  96. page-break-after
  97. page-break-before
  98. position
  99. right
  100. ruby-align
  101. ruby-overhang
  102. ruby-position
  103. scrollbar-3dlight-color
  104. scrollbar-arrow-color
  105. scrollbar-base-color
  106. scrollbar-darkshadow-color
  107. scrollbar-face-color
  108. scrollbar-highlight-color
  109. scrollbar-shadow-color
  110. scrollbar-track-color
  111. table-layout
  112. text-align
  113. text-align-last
  114. text-autospace
  115. text-decoration
  116. text-indent
  117. text-justify
  118. text-kashida-space
  119. text-overflow
  120. text-transform
  121. text-underline-position
  122. top
  123. unicode-bidi
  124. vertical-align
  125. visibility
  126. white-space
  127. width
  128. word-break
  129. word-spacing
  130. word-wrap
  131. writing-mode
  132. z-index
  133. zoom
  134. -ms-interpolation-mode
  135.  
  136. [%units]
  137. <length>=px|em|ex|pt|in|pc|mm|cm
  138.  
  139. [%types]
  140. <border-style>=none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset
  141. <border-width>=<length>|thin|medium|thick
  142. <absolute-size>=xx-small|x-small|small|medium|large|x-large|xx-large
  143. <relative-size>=larger|smaller
  144. <generic-family>=serif|sans-serif|cursive|fantasy|monospace
  145.  
  146. [background]
  147. group=colors
  148. value=<mixed>
  149. sub1=background-color,<color>|transparent
  150. sub2=background-image,<imageurl>|none
  151. sub3=background-repeat,repeat|repeat-x|repeat-y|no-repeat
  152. sub4=background-attachment,scroll|fixed
  153. sub5=background-position,<percentage>|<length>|top|center|bottom|left|right
  154.  
  155. [background-attachment]
  156. group=colors
  157. value=scroll|fixed
  158.  
  159. [background-color]
  160. group=colors
  161. value=<color>|transparent
  162.  
  163. [background-image]
  164. group=colors
  165. value=<imageurl>|none
  166.  
  167. [background-position]
  168. group=colors
  169. value=<percentage>|<length>|top|center|bottom|left|right
  170.  
  171. [background-position-x]
  172. group=colors
  173. value=<percentage>|<length>|left|center|right
  174.  
  175. [background-position-y]
  176. group=colors
  177. value=<percentage>|<length>|top|center|bottom
  178.  
  179. [background-repeat]
  180. group=colors
  181. value=repeat|repeat-x|repeat-y|no-repeat
  182.  
  183. [behavior]
  184. group=other
  185. value=<url>
  186.  
  187. [border]
  188. group=borders
  189. value=<mixed>
  190. sub1=width,<border-width>
  191. sub2=style,<border-style>
  192. sub3=color,<color>
  193.  
  194. [border-bottom]
  195. group=borders
  196. value=<mixed>
  197. sub1=width,<border-width>
  198. sub2=style,<border-style>
  199. sub3=color,<color>
  200.  
  201. [border-bottom-color]
  202. group=borders
  203. value=<color>
  204.  
  205. [border-bottom-style]
  206. group=borders
  207. value=<border-style>
  208.  
  209. [border-bottom-width]
  210. group=borders
  211. value=<border-width>
  212.  
  213. [border-collapse]
  214. group=table
  215. value=collapse|separate
  216.  
  217. [border-color]
  218. group=borders
  219. value=<mixed>|<color>
  220. sub1=border-top-color,<color>
  221. sub2=border-right-color,<color>
  222. sub3=border-bottom-color,<color>
  223. sub4=border-left-color,<color>
  224.  
  225. [border-left]
  226. group=borders
  227. value=<mixed>
  228. sub1=width,<border-width>
  229. sub2=style,<border-style>
  230. sub3=color,<color>
  231.  
  232. [border-left-color]
  233. group=borders
  234. value=<color>
  235.  
  236. [border-left-style]
  237. group=borders
  238. value=<border-style>
  239.  
  240. [border-left-width]
  241. group=borders
  242. value=<border-width>
  243.  
  244. [border-right]
  245. group=borders
  246. value=<mixed>
  247. sub1=width,<border-width>
  248. sub2=style,<border-style>
  249. sub3=color,<color>
  250.  
  251. [border-right-color]
  252. group=borders
  253. value=<color>
  254.  
  255. [border-right-style]
  256. group=borders
  257. value=<border-style>
  258.  
  259. [border-right-width]
  260. group=borders
  261. value=<border-width>
  262.  
  263. [border-style]
  264. group=borders
  265. value=<mixed>|<border-style>
  266. sub1=border-top-style,<border-style>
  267. sub2=border-right-style,<border-style>
  268. sub3=border-bottom-style,<border-style>
  269. sub4=border-left-style,<border-style>
  270.  
  271. [border-top]
  272. group=borders
  273. value=<mixed>
  274. sub1=width,<border-width>
  275. sub2=style,<border-style>
  276. sub3=color,<color>
  277.  
  278. [border-top-color]
  279. group=borders
  280. value=<color>
  281.  
  282. [border-top-style]
  283. group=borders
  284. value=<border-style>
  285.  
  286. [border-top-width]
  287. group=borders
  288. value=<border-width>
  289.  
  290. [border-width]
  291. group=borders
  292. value=<mixed>|<border-width>
  293. sub1=border-top-width,<border-width>
  294. sub2=border-right-width,<border-width>
  295. sub3=border-bottom-width,<border-width>
  296. sub4=border-left-width,<border-width>
  297.  
  298. [bottom]
  299. group=visual
  300. value=<percentage>|<length>|auto
  301.  
  302. [clear]
  303. group=borders
  304. value=none|left|right|both
  305.  
  306. [clip]
  307. group=visual
  308. value=auto
  309.  
  310. [color]
  311. group=colors
  312. value=<color>
  313.  
  314. [cursor]
  315. group=other
  316. value=<url>|default|auto|hand|crosshair|move|text|wait|help|n-resize|ne-resize|e-resize|se-resize|s-resize|sw-resize|w-resize|nw-resize|all-scroll|col-resize|row-resize|no-drop|not-allowed|progress|vertical-text
  317.  
  318. [direction]
  319. group=visual
  320. value=ltr|rtl
  321.  
  322. [display]
  323. group=visual
  324. value=inline|block|list-item|table-header-group|table-footer-group|none
  325.  
  326. [filter]
  327. group=other
  328. value=<filter>
  329.  
  330. [float]
  331. group=borders
  332. value=left|right|none
  333.  
  334. [font]
  335. group=fonts
  336. value=<mixed>
  337. sub1=font-style,normal|italic|oblique
  338. sub2=font-variant,normal|small-caps
  339. sub3=font-weight,normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  340. sub4=font-size,<length>|<percentage>|<relative-size>|<absolute-size>
  341. sub5=line-height,<percentage>|<length>|<number>|normal
  342. sub6=font-family,<font>
  343. sub7=system-specific,caption|icon|menu|message-box|small-caption|status-bar
  344.  
  345. [font-family]
  346. group=fonts
  347. value=<font>
  348.  
  349. [font-size]
  350. group=fonts
  351. value=<length>|<percentage>|<relative-size>|<absolute-size>
  352.  
  353. [font-style]
  354. group=fonts
  355. value=normal|italic|oblique
  356.  
  357. [font-variant]
  358. group=fonts
  359. value=normal|small-caps
  360.  
  361. [font-weight]
  362. group=fonts
  363. value=normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  364.  
  365. [height]
  366. group=visual
  367. value=<percentage>|<length>|auto
  368.  
  369. [ime-mode]
  370. group=text
  371. value=auto|active|inactive|disabled
  372.  
  373. [layout-flow]
  374. group=text
  375. value=horizontal|vertical-ideographic
  376.  
  377. [layout-grid]
  378. group=text
  379. value=<mixed>
  380. sub1=layout-grid-mode,both|none|line|char
  381. sub2=layout-grid-type,loose|strict|fixed
  382. sub3=layout-grid-line,<percentage>|<length>|none|auto
  383. sub4=layout-grid-char,<percentage>|<length>|none|auto
  384. sub5=layout-grid-char-spacing,<percentage>|<length>|auto
  385.  
  386. [layout-grid-char]
  387. group=text
  388. value=<percentage>|<length>|none|auto
  389.  
  390. [layout-grid-char-spacing]
  391. group=text
  392. value=<percentage>|<length>|auto
  393.  
  394. [layout-grid-line]
  395. group=text
  396. value=<percentage>|<length>|none|auto
  397.  
  398. [layout-grid-mode]
  399. group=text
  400. value=both|none|line|char
  401.  
  402. [layout-grid-type]
  403. group=text
  404. value=loose|strict|fixed
  405.  
  406. [left]
  407. group=visual
  408. value=<percentage>|<length>|auto
  409.  
  410. [letter-spacing]
  411. group=text
  412. value=<length>|normal
  413.  
  414. [line-break]
  415. group=text
  416. value=normal|strict
  417.  
  418. [line-height]
  419. group=text
  420. value=<percentage>|<length>|<number>|normal
  421.  
  422. [list-style]
  423. group=visual
  424. value=<mixed>
  425. sub1=list-style-type,disc|circle|square|decimal|decimal-leading-zero|lower-roman|upper-roman|lower-greek|lower-alpha|lower-latin|upper-alpha|upper-latin|hebrew|armenian|georgian|cjk-ideographic|hiragana|katakana|hiragana-iroha|katakana-iroha|none
  426. sub2=list-style-position,inside|outside
  427. sub3=list-style-image,<imageurl>|none
  428.  
  429. [list-style-image]
  430. group=visual
  431. value=<imageurl>|none
  432.  
  433. [list-style-position]
  434. group=visual
  435. value=inside|outside
  436.  
  437. [list-style-type]
  438. group=visual
  439. value=disc|circle|square|decimal|decimal-leading-zero|lower-roman|upper-roman|lower-greek|lower-alpha|lower-latin|upper-alpha|upper-latin|hebrew|armenian|georgian|cjk-ideographic|hiragana|katakana|hiragana-iroha|katakana-iroha|none
  440.  
  441. [margin]
  442. group=borders
  443. value=<mixed>|<percentage>|<length>|auto
  444. sub1=margin-top,<percentage>|<length>|auto
  445. sub2=margin-right,<percentage>|<length>|auto
  446. sub3=margin-bottom,<percentage>|<length>|auto
  447. sub4=margin-left,<percentage>|<length>|auto
  448.  
  449. [margin-bottom]
  450. group=borders
  451. value=<percentage>|<length>|auto
  452.  
  453. [margin-left]
  454. group=borders
  455. value=<percentage>|<length>|auto
  456.  
  457. [margin-right]
  458. group=borders
  459. value=<percentage>|<length>|auto
  460.  
  461. [margin-top]
  462. group=borders
  463. value=<percentage>|<length>|auto
  464.  
  465. [max-height]
  466. group=visual
  467. value=<percentage>|<length>|none
  468.  
  469. [max-width]
  470. group=visual
  471. value=<percentage>|<length>|none
  472.  
  473. [min-height]
  474. group=visual
  475. value=<percentage>|<length>|none
  476.  
  477. [min-width]
  478. group=visual
  479. value=<percentage>|<length>|none
  480.  
  481. [overflow]
  482. group=visual
  483. value=visible|hidden|scroll|auto
  484.  
  485. [overflow-x]
  486. group=visual
  487. value=visible|hidden|scroll|auto
  488.  
  489. [overflow-y]
  490. group=visual
  491. value=visible|hidden|scroll|auto
  492.  
  493. [padding]
  494. group=borders
  495. value=<mixed>|<percentage>|<length>
  496. sub1=padding-top,<percentage>|<length>
  497. sub2=padding-right,<percentage>|<length>
  498. sub3=padding-bottom,<percentage>|<length>
  499. sub4=padding-left,<percentage>|<length>
  500.  
  501. [padding-bottom]
  502. group=borders
  503. value=<percentage>|<length>
  504.  
  505. [padding-left]
  506. group=borders
  507. value=<percentage>|<length>
  508.  
  509. [padding-right]
  510. group=borders
  511. value=<percentage>|<length>
  512.  
  513. [padding-top]
  514. group=borders
  515. value=<percentage>|<length>
  516.  
  517. [page-break-after]
  518. group=page
  519. value=auto|always|avoid|left|right
  520.  
  521. [page-break-before]
  522. group=page
  523. value=auto|always|avoid|left|right
  524.  
  525. [position]
  526. group=visual
  527. value=static|relative|absolute|fixed
  528.  
  529. [right]
  530. group=visual
  531. value=<percentage>|<length>|auto
  532.  
  533. [ruby-align]
  534. group=text
  535. value=auto|left|center|right|distribute-letter|distribute-space|line-edge
  536.  
  537. [ruby-overhang]
  538. group=text
  539. value=auto|none|whitespace
  540.  
  541. [ruby-position]
  542. group=text
  543. value=above|inline
  544.  
  545. [scrollbar-3dlight-color]
  546. group=scrollbar
  547. value=<color>
  548.  
  549. [scrollbar-arrow-color]
  550. group=scrollbar
  551. value=<color>
  552.  
  553. [scrollbar-base-color]
  554. group=scrollbar
  555. value=<color>
  556.  
  557. [scrollbar-darkshadow-color]
  558. group=scrollbar
  559. value=<color>
  560.  
  561. [scrollbar-face-color]
  562. group=scrollbar
  563. value=<color>
  564.  
  565. [scrollbar-highlight-color]
  566. group=scrollbar
  567. value=<color>
  568.  
  569. [scrollbar-shadow-color]
  570. group=Scrollbar
  571. value=<color>
  572.  
  573. [scrollbar-track-color]
  574. group=scrollbar
  575. value=<color>
  576.  
  577. [table-layout]
  578. group=table
  579. value=auto|fixed
  580.  
  581. [text-align]
  582. group=text
  583. value=left|right|center|justify
  584.  
  585. [text-align-last]
  586. group=text
  587. value=left|right|center|justify|auto
  588.  
  589. [text-autospace]
  590. group=text
  591. value=none|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space
  592.  
  593. [text-decoration]
  594. group=text
  595. value=none|underline|overline|line-through|blink
  596.  
  597. [text-indent]
  598. group=text
  599. value=<percentage>|<length>
  600.  
  601. [text-justify]
  602. group=text
  603. value=inter-word|newspaper|distribute-all-lines|distribute|inter-ideograph|auto
  604.  
  605. [text-kashida-space]
  606. group=text
  607. value=<percentage>
  608.  
  609. [text-overflow]
  610. group=text
  611. value=ellipsis|clip
  612.  
  613. [text-transform]
  614. group=text
  615. value=capitalize|uppercase|lowercase|none
  616.  
  617. [text-underline-position]
  618. group=text
  619. value=above|below|auto|auto-pos
  620.  
  621. [top]
  622. group=visual
  623. value=<percentage>|<length>|auto
  624.  
  625. [unicode-bidi]
  626. group=visual
  627. value=normal|embed|bidi-override
  628.  
  629. [vertical-align]
  630. group=visual
  631. value=<percentage>|<length>|baseline|sub|super|top|text-top|middle|bottom|text-bottom
  632.  
  633. [visibility]
  634. group=visual
  635. value=visible|hidden|collapse
  636.  
  637. [white-space]
  638. group=text
  639. value=normal|pre|nowrap
  640.  
  641. [width]
  642. group=borders
  643. value=<percentage>|<length>|auto
  644.  
  645. [word-break]
  646. group=text
  647. value=normal|break-all|keep-all
  648.  
  649. [word-spacing]
  650. group=text
  651. value=<length>|normal
  652.  
  653. [word-wrap]
  654. group=text
  655. value=normal|break-word
  656.  
  657. [writing-mode]
  658. group=text
  659. value=lr-tb|rl-tb|tb-rl|bt-rl
  660.  
  661. [z-index]
  662. group=visual
  663. value=<number>|auto
  664.  
  665. [zoom]
  666. group=other
  667. value=<percentage>|<number>|normal
  668.  
  669. [-ms-interpolation-mode]
  670. group=visual
  671. value=nearest-neighbor|bicubic